Previous topicNext topic
Help > Errors and Error Trapping > Compile Time Errors >
Error 541 - Register size conflict

Register size conflict - An inline assembler statement (ASM) used registers or a memory operand which conflicted in size. For example, an attempt might have been made to move a value such as:

ASM MOV   AX, EBX

ASM SUB   EBX, DL